home *** CD-ROM | disk | FTP | other *** search
/ Pro-Cent Games: For Only 1 Cent! / Pro Cent Games.bin / BrainTest.exe / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2004-03-16  |  95 b   |  4 lines

  1. t = _root.p;
  2. temp = eval("computerArray[" + t + "]");
  3. eval("_root." + temp).gotoAndPlay(2);
  4.